home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Learning Windows 98 / Learning Windows 98.iso / Install / program files / Velocity.exe / 0 / RCDATA / TDIRECTORY / TDIRECTORY.txt
Encoding:
Text File  |  1999-05-10  |  1.5 KB  |  69 lines

  1. object Directory: TDirectory
  2.   Left = 428
  3.   Top = 298
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Directory'
  7.   ClientHeight = 306
  8.   ClientWidth = 167
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnClick = FormClick
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListBox1: TSpecialListBox
  20.     Left = 0
  21.     Top = 41
  22.     Width = 167
  23.     Height = 265
  24.     ImageList = Form1.ImageList2
  25.     SectionFont.Charset = DEFAULT_CHARSET
  26.     SectionFont.Color = clBlack
  27.     SectionFont.Height = -16
  28.     SectionFont.Name = 'Times New Roman'
  29.     SectionFont.Style = [fsBold]
  30.     Align = alClient
  31.     Color = 44930213
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnClick = ListBox1Click
  40.     OnMouseUp = ListBox1MouseUp
  41.   end
  42.   object Panel1: TPanel
  43.     Left = 0
  44.     Top = 0
  45.     Width = 167
  46.     Height = 41
  47.     Align = alTop
  48.     BevelOuter = bvNone
  49.     Color = 44930213
  50.     TabOrder = 1
  51.     object lblTitle: TLabel
  52.       Left = 0
  53.       Top = 8
  54.       Width = 167
  55.       Height = 33
  56.       Alignment = taCenter
  57.       AutoSize = False
  58.       Caption = 'lblTitle'
  59.       Font.Charset = ANSI_CHARSET
  60.       Font.Color = clBlack
  61.       Font.Height = -15
  62.       Font.Name = 'Times New Roman'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       WordWrap = True
  66.     end
  67.   end
  68. end
  69.